sequence calls meaning in English
顺序呼叫
Examples
- At certain specified points in the execution sequence called sequence points
所谓顺序节点是编译术语,是指执行顺序中的一个指定位置(节点) 。 - The closure of gaps as well as the solution of other problems caused by repeat sequences call for the development of novel techniques and strategy
缺口的填补以及对其他重复序列区域的测序迫切需要全新的思路和技术。 - At certain specified points in the execution sequence called sequence points , all side effects of previous evaluations shall be complete and no side effects of subsequent evaluations shall have taken place
很明显标准只保证,程序执行时的全部副作用,只由上一顺序点起,并在到达下一个顺序点之前发生完毕。